Revert "Update comment annotations of gtk_tree_model_iter_previous and gtk_tree_model...
authorChristoph Reiter <reiter.christoph@gmail.com>
Sun, 15 Nov 2020 12:36:35 +0000 (13:36 +0100)
committerChristoph Reiter <reiter.christoph@gmail.com>
Sun, 15 Nov 2020 12:36:42 +0000 (13:36 +0100)
This reverts commit 1340ff2bc279329dc16b8d823100fec46b2f11d8.

Same as with 53cd499621b5

gtk/gtktreemodel.c

index b4ae17545e3d0f7a529ec3bd445bcaf88b5ce850..377a365d7b1ed209fba1bab4a702152440963a07 100644 (file)
@@ -1426,7 +1426,7 @@ gtk_tree_model_get_value (GtkTreeModel *tree_model,
 /**
  * gtk_tree_model_iter_next:
  * @tree_model: a #GtkTreeModel
- * @iter: (inout): the #GtkTreeIter-struct
+ * @iter: (in): the #GtkTreeIter-struct
  *
  * Sets @iter to point to the node following it at the current level.
  *
@@ -1474,7 +1474,7 @@ gtk_tree_model_iter_previous_default (GtkTreeModel *tree_model,
 /**
  * gtk_tree_model_iter_previous:
  * @tree_model: a #GtkTreeModel
- * @iter: (inout): the #GtkTreeIter-struct
+ * @iter: (in): the #GtkTreeIter-struct
  *
  * Sets @iter to point to the previous node at the current level.
  *